home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1994 December
/
PSL Monthly Shareware CD-ROM (Public Software Library)(December 1994).bin
/
prgmming
/
dos
/
c1
/
files.bbs
< prev
next >
Wrap
File List
|
1994-11-09
|
51KB
|
643 lines
68000CC.ZIP 84308 10-15-93 68000 C Compiler is an optimizing C compiler
| for the Motorola 68000 processor and is meant
| for educational purposes. You can learn a lot
| about writing a compiler by studying the
| source files on this disk. Since this code
| was written for a machine with long integers
| it may exhibit some irregularity when dealing
| with long integers on the IBM-PC. The author
| makes no guarantees. This is not meant as a
| serious development tool although it could,
| with little work, be made into one. (Matthew
| Brandt) (Reg.Fee: $?)
ACK3D.ZIP 1192790 03-31-94 Animation Construction Kit 3D is a 3D
| Animation tool, written in C. It gives
| program developers an easy to use animation
| library that can be linked into their own
| applications without having to delve into the
| inner workings of the ray-casting engine.
| Requires a 386-33Mhz or better. (Larry Myers)
| (ASP) (Reg.Fee: $0)
ASCFIL.ZIP 16452 03-11-94 AscFil 1.0 is a C++ library of functions to
| read in a non-delimited ASCII file in sorted
| or non-sorted order. It is useful for
| converting ASCII to DBF files on the fly.
| (Matthew Rhoades) (Reg.Fee: $0)
ATT.ZIP 2046 05-29-89 All the Time 3.1 is a customizable desktop
| clock for WIN31. It shows the time/date in a
| variety of formats. Other features include a
| pop-up task manager, WAV sound support,
| system resource monitors, tree/moon graphics
| showing seasons, and more. VB source code is
| included. Requires VBRUN300. (Wilson & Carole
| Rodgers Smith) (Reg.Fee: $0)
AUTOLIB.ZIP 122306 03-30-92 AutoLibrary Program-Playback Tool is a C
| function library to automate communications.
| Keystrokes are manually coded into C programs
| and played back when the program executes.
| (Wayne McDaniel) (ASP) (Reg.Fee: $62)
AVLTREE.ZIP 9903 10-16-93 AVLTREE is a set of AVL tree management
| routines, a form of balanced binary tree.
| (Reg.Fee: $0)
BDC.ZIP 19933 05-29-93 Bulk Disk Copier is C source for reading a
| floppy image to a hard disk and copying it
| back to as many floppies as you wish. It also
| formats blank floppies. The source code is an
| excellent tutorial on lowlevel disk access
| under DOS. (Jeff Heaton) (Reg.Fee: $0)
BETEDIT.ZIP 9267 10-16-93 BetEdit are two classes for validation of
| numeric data entry. (Tim Bergel) (Reg.Fee: $0)
BFILE.ZIP 6936 10-16-93 Bfile is a basic Btrieve class for C++.
| (Douglas J. Reilly) (Reg.Fee: $0)
BIOSEQP.ZIP 7712 07-11-92 BiosEquip is code that reports on system
| configuration: the number of disk drives,
| parallel printers, serial ports, video mode,
| DOS version, and checks for a math
| co-processor and game port. (H.L. Hawk)
| (Reg.Fee: $0)
BITSTR.ZIP 4877 10-16-93 BitStr 1.2 is a set of routines for storing
| an array of boolean values in minimum space.
| (Erik Mavrinac) (Reg.Fee: $0)
BTCLASS.ZIP 121679 10-18-93 Btrieve Classes 2.02 contains a set of
| Btrieve classes that provide an application
| programmer with the full functionality of
| Btrieve 5.0. Requires compiler-specific
| interface routines from the Btrieve
| Developer's Kit, Borland C++ 3.x or Microsoft
| C++ 7.00. A tutorial is included for those
| with minimal experience in object technology.
| (Object Resource Group) (Reg.Fee: $55)
BTR_SUP.ZIP 32342 10-16-93 Btr-Sup is a Btrieve support library that
| manages the task of finding and opening
| Btrieve files. This library was designed for
| Microsoft C v5.0 and Btrieve v4.10. The
| program will manage up to three open files at
| a time. (Srebnick Micro Consulting) (Reg.Fee:
| $50)
BTREE_C.ZIP 2847 10-16-93 Btree demonstrates the use of the Borland
| Btree classlib. (John Adkins) (Reg.Fee: $0)
BTRVEX.ZIP 33345 10-16-93 BTRV Express Library is a `C' library which
| manages the task of finding and opening
| Btrieve files. All calls to Btrieve are made
| through a central module. The advantage of
| this is that you can modify that module to
| perform a certain function each time a file
| is accessed. This feature could be most most
| useful in a network environment. For
| instance, you can place a routine in the
| central module that checks for hardware
| errors on the server and logs the user off
| gently if there is trouble. Designed for MSC
| 5.0 and Btrieve 4.10. (Srebnick Micro
| Consulting) (Reg.Fee: $75)
CDBMANG.ZIP 74047 05-20-91 C Database Management System is a complete
| database development kit designed for C
| programmers. It is based on the NETWORK
| database model and uses the ISAM methodology
| for key file management. The NETWORK database
| model is the latest concept in database
| management. The kit also uses the advanced
| concept of a Data Definition Language (DDL).
| Using the DDL, a developer can design and
| re-design their database with minimal effort